1bashThis demonstrates the use of Bash's built-in $RANDOM variable to generate and print a random number.echo "Random number: $RANDOM"bash internalother builtin featuresbuilt-in variablesrandom number generation